←Select platform

UpdateUI Method

Summary

Updates the user interface with the information received from the web service.

Syntax

C#
VB
C++
protected abstract void UpdateUI( 
   int currentStreamNumber, 
   TServiceState state, 
   TStreamedData streamedData 
) 
  
Protected MustOverride Sub UpdateUI( _ 
   ByVal currentStreamNumber As Integer, _ 
   ByVal state As TServiceState, _ 
   ByVal streamedData As TStreamedData _ 
)  
protected: 
abstract void UpdateUI(  
   int currentStreamNumber, 
   _TServiceState^_ state, 
   _TStreamedData^_ streamedData 
)  

Parameters

currentStreamNumber
A number which identifies the stream number to which this streamedData belongs.

state
User state information.

streamedData
The actual data streamed from the service.

Remarks

Use this method to update the user interface with the information streamed from the web service.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.